home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / DP.DAT < prev    next >
Text File  |  1991-11-29  |  424b  |  13 lines

  1. Explanation of the P command in DEBUG.
  2.  
  3. This command will execute a loop, 
  4. repeated string instruction, a software 
  5. interrupt, or a subroutine. It can also 
  6. trace through any other specified operation.
  7.  
  8. First you type the command and then you 
  9. enter the address, where P is supposed to 
  10. start executing lines, after that you just 
  11. enter the number of lines it has to do before 
  12. returning control back to DEBUG.
  13.